keyUp
Type
message
Summary
Sent when the user releases a pressed key.
Syntax
keyUp pKeyName
Description
Handle the keyUp message if you want to do something special when the user releases any key (or a particular key you check for in the handler). If the key pressed is the Return, Tab, Backspace, Delete, or Enter key, an arrow key, or a function key, no keyUp message is sent.
Parameters
Name | Type | Description |
---|---|---|
pKeyName | Text | The actual character of the pressed key. |